Leadtools.Medical.Workstation Namespace > DictionaryWithEvents<TKey,TValue> Class : ItemAdded Event |
public event EventHandler<DataEventArgs<KeyValuePair<TKey,TValue>>> ItemAdded
'Declaration Public Event ItemAdded As EventHandler(Of DataEventArgs(Of KeyValuePair(Of TKey,TValue)))
'Usage Dim instance As DictionaryWithEvents(Of TKey,TValue) Dim handler As EventHandler(Of DataEventArgs(Of KeyValuePair(Of TKey,TValue))) AddHandler instance.ItemAdded, handler
public: __event EventHandler<DataEventArgs<KeyValuePair<TKey*,TValue*>>*>* ItemAdded
public: event EventHandler<DataEventArgs<KeyValuePair<TKey*,TValue*>>*>* ItemAdded
The event handler receives an argument of type DataEventArgs<TData> containing data related to this event. The following DataEventArgs<TData> properties provide information specific to this event.
Property | Description |
---|---|
Data | Gets the argument data to pass to an event handler. |